-
Notifications
You must be signed in to change notification settings - Fork 16
Implement several fixes and QoL improvements to the Data Preparation MLCube #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: fets_2.0
Are you sure you want to change the base?
Conversation
…TS-AI-Front-End into separate-stages
…ront-End into separate-stages
…TS-AI-Front-End into separate-stages
Move model execution to subprocesses to eliminate memleak
This reverts commit 987daf1.
Wrap conflicting functions instead of stages
sarthakpati
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments (only white space additions)
| !*/mlcube/workspace/parameters.yaml | ||
| models | ||
| models | ||
| tmpmodel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| tmpmodel | |
| tmpmodel | |
| DIFF=$(echo "$ENDTIME - $STARTTIME" | bc) | ||
| echo $DIFF | ||
|
|
||
| run_other No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| run_other | |
| run_other | |
| DIFF=$(echo "$ENDTIME - $STARTTIME" | bc) | ||
| echo $DIFF | ||
|
|
||
| run_other No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| run_other | |
| run_other | |
| RUN cp -r /project/tmpmodel /project/stages/data_prep_models/brain_extraction/model_0 | ||
| RUN mv /project/tmpmodel /project/stages/data_prep_models/brain_extraction/model_1 | ||
|
|
||
| ENTRYPOINT ["python", "/project/mlcube.py"] No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ENTRYPOINT ["python", "/project/mlcube.py"] | |
| ENTRYPOINT ["python", "/project/mlcube.py"] | |
| shutil.rmtree(tmpfolder, ignore_errors=True) | ||
|
|
||
| if __name__ == "__main__": | ||
| main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a new line at the end for consistency.
| ) | ||
|
|
||
| if __name__ == "__main__": | ||
| main() No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| main() | |
| main() | |
Proposed Changes
And many more changes.